projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336b2b2
)
(menu_highlight_callback): Hide any tooltip window.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jan 2002 22:17:33 +0000
(22:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jan 2002 22:17:33 +0000
(22:17 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 4bad3889f741f67ab6e64c04509c1d772f83654c..ad54a7032b6807f2f73a3c1035e9671cd769c9e5 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-01-04 Richard M. Stallman <rms@gnu.org>
+
+ * xmenu.c (menu_highlight_callback): Hide any tooltip window.
+
2002-01-03 Richard M. Stallman <rms@gnu.org>
* keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 3df3cab9be42d84a19ca8026661cf20af731b6b4..28a94c8f92c10f1a71a2c0adaed770705063fca2 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-1191,6
+1191,8
@@
menu_highlight_callback (widget, id, call_data)
f = menubar_id_to_frame (id);
if (f)
{
+ Fx_hide_tip ();
+
XSETFRAME (frame, f);
kbd_buffer_store_help_event (frame, help);
}